============================================================================================         
         How to install Pericom PI7C795x PCIe to UARTs IO Bridge Driver for WinCE 6.0
=============================================================================================

1. Preparation prior to installation
   Copy driver file into the your platform BSP "File" folder. (P795X.DLL, P795X.REL)
  
   Path Example : _WINCEROOT\Platform\MyBSP\File\
  
   ("_WINCEROOT" is your platform builder folder name)
   ("MyBSP" is your platform BSP base name)


2. Edit the _WINCEROOT\Platform\MyBSP\Files\Platform.bib file,
   	Insert CopyFile command into the MODULES section.
  	("_WINCEROOT" is your platform builder folder name)
   	("MyBSP" is your platform BSP base name)
   	Example :

    p795x.dll		$(_FLATRELEASEDIR)\p795x.dll               NK SHQ

3. Edit the _WINCEROOT\Platform\MyBSP\Files\Platform.reg file,
	Insert your serial card PCI Bus setting of file end,
	** Property illustration at [9.Other information] step(1).
	("_WINCEROOT" is your platform builder folder name)
	("MyBSP" is your platform BSP base name)

	;Example :

    [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCI\Template\P795x]
    "Prefix"="PTL"	
    "Dll"="p795x.Dll"
    "Class"=dword:07
    "SubClass"=dword:00
    "ProgIF"=dword:02
    "VendorID"=multi_sz:"12d8","12d8","12d8","12d8"
    "DeviceID"=multi_sz:"7951","7952","7954","7958"
    "IsrDll"="giisr.dll"
    "IsrHandler"="ISRHandler"
    "Order"=dword:1
    "BusIoctl"=dword:2A0048
    "IClass"=multi_sz:"{6F40791C-300D-44E3-BC37-E0E63CA8375B}=%b","{6F40791D-300E-44E4-BC38-E0E63CA8375C}=%b"
















